home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / see203.zip / KEY.DOC < prev    next >
Text File  |  1993-04-03  |  5KB  |  95 lines

  1.      KEY 1.01 (Keyboard Buffer Stuffer)
  2.  
  3.      Usage: KEY k1 k2 k3 k4 k5 k6 k7 k8 k9 k10 k11 k12 k13 k14 k15
  4.  
  5.      This  DOS utility  allows you  to pass  up to  fifteen keys  to a
  6.      program  that uses  the standard  DOS keyboard  buffer. This will
  7.      allow you  to automate some  procedures in the  programs that you
  8.      start  from batch  files. This  will not  work with  all programs
  9.      because some of them will clear  the buffer as soon as they start
  10.      and  some others  will ignore  the DOS  buffer and  use their own
  11.      keyboard buffer.  Another reason this  might not work  is if your
  12.      are  using a  memory resident  keyboard enhancement  program that
  13.      expands the  size of the  buffer. You will  have to test  it with
  14.      your programs  to see if  it works for  you. Fortunately it  will
  15.      work with most programs.
  16.  
  17.      NOTE:     Each key and key mnemonic must be separated by a space.
  18.  
  19.      Sample batch file:  C:
  20.                          CD\LOTUS
  21.                          KEY / F R B U D G E T ENTR
  22.                          123
  23.  
  24.      This will start  Lotus 123 and put the above  ten keys in the DOS
  25.      keyboard buffer which would automatically retrieve the file named
  26.      "BUDGET".
  27.  
  28.      You can pass any key on  the IBM keyboard plus the following list
  29.      of key mnemonics.
  30.  
  31.      KEY  REAL KEY            KEY  REAL KEY            KEY  REAL KEY
  32.      ---  --------            ---  --------            ---  --------
  33.      CA   Ctrl-A              CB   Ctrl-B              CC   Ctrl-C
  34.      CD   Ctrl-D              CE   Ctrl-E              CF   Ctrl-F
  35.      CG   Ctrl-G              CH   Ctrl-H              CI   Ctrl-I
  36.      CJ   Ctrl-J              CK   Ctrl-K              CL   Ctrl-L
  37.      CM   Ctrl-M              CN   Ctrl-N              CO   Ctrl-O
  38.      CP   Ctrl-P              CQ   Ctrl-Q              CR   Ctrl-R
  39.      CS   Ctrl-S              CT   Ctrl-T              CU   Ctrl-U
  40.      CV   Ctrl-V              CW   Ctrl-W              CX   Ctrl-X
  41.      CY   Ctrl-Y              CZ   Ctrl-Z              SP   Space
  42.      C[   Ctrl-[              C]   Ctrl-]              C\   Ctrl-\
  43.      C2   Ctrl-2              C6   Ctrl-6              C-   Ctrl- -
  44.      ENTR Enter               ESC  Escape              CBRK Ctrl-Break
  45.      BSP  Back Space          CBSP Ctrl-Back Space     TAB  Tab
  46.      STAB Shift-Tab           AA   Alt-A               AB   Alt-B
  47.      AC   Alt-C               AD   Alt-D               AE   Alt-E
  48.      AF   Alt-F               AG   Alt-G               AH   Alt-H
  49.      AI   Alt-I               AJ   Alt-J               AK   Alt-K
  50.      AL   Alt-L               AM   Alt-M               AN   Alt-N
  51.      AO   Alt-O               AP   Alt-P               AQ   Alt-Q
  52.      AR   Alt-R               AS   Alt-S               AT   Alt-T
  53.      AU   Alt-U               AV   Alt-V               AW   Alt-W
  54.      AX   Alt-X               AY   Alt-Y               AZ   Alt-Z
  55.      F1   F1                  F2   F2                  F3   F3
  56.      F4   F4                  F5   F5                  F6   F6
  57.      F7   F7                  F8   F8                  F9   F9
  58.      F10  F10                 F11  F11                 F12  F12
  59.      AF1  Alt-F1              AF2  Alt-F2              AF3  Alt-F3
  60.      AF4  Alt-F4              AF5  Alt-F5              AF6  Alt-F6
  61.      AF7  Alt-F7              AF8  Alt-F8              AF9  Alt-F9
  62.      AF10 Alt-F10             AF11 Alt-F11             AF12 Alt-F12
  63.      CF1  Ctrl-F1             CF2  Ctrl-F2             CF3  Ctrl-F3
  64.      CF4  Ctrl-F4             CF5  Ctrl-F5             CF6  Ctrl-F6
  65.      CF7  Ctrl-F7             CF8  Ctrl-F8             CF9  Ctrl-F9
  66.      CF10 Ctrl-F10            CF11 Ctrl-F11            CF12 Ctrl-F12
  67.      SF1  Shift-F1            SF2  Shift-F2            SF3  Shift-F3
  68.      SF4  Shift-F4            SF5  Shift-F5            SF6  Shift-F6
  69.      SF7  Shift-F7            SF8  Shift-F8            SF9  Shift-F9
  70.      SF10 Shift-F10           SF11 Shift-F11           SF12 Shift-F12
  71.      LAR  Left Arrow          RAR  Right Arrow         UAR  Up Arrow
  72.      CLAR Ctrl-Left Arrow     CRAR Ctrl-Right Arrow    DAR  Down Arrow
  73.      HOM  Home                END  End                 INS  Insert
  74.      CHOM Ctrl-Home           CEND Ctrl-End            DEL  Delete
  75.      PGU  PgUp                PGD  PgDn                CPRT Ctrl-PrtSc
  76.      CPGU Ctrl-PgUp           CPGD Ctrl-PgDn
  77.      A1   Alt-1               A2   Alt-2               A3   Alt-3
  78.      A4   Alt-4               A5   Alt-5               A6   Alt-6
  79.      A7   Alt-7               A8   Alt-8               A9   Alt-9
  80.      A0   Alt-0               A-   Alt- -              A=   Alt-=
  81.  
  82.      -----------------------------------------------------------------
  83.  
  84.      KEY (tm)
  85.      Copyright (c) 1986-1993 by Jim Hass
  86.      Member of the Association of Shareware Professionals
  87.      Registration fee: $10.00
  88.  
  89.      MicroFox Company
  90.      P.O. Box 447
  91.      Richfield OH 44286-0447
  92.      USA
  93.  
  94.      CompuServe Mail: 73057,3113
  95.